Gets the total number of entities in the view before paging is applied.

Namespace:  C1.Data
Assembly:  C1.Data.Entity (in C1.Data.Entity.dll)

Syntax

C#
public int TotalItemCount { get; }
Visual Basic
Public ReadOnly Property TotalItemCount As Integer
	Get

See Also